home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / lang / uc_0_30.lha / u / tca / tc0003.ua < prev    next >
Text File  |  1996-10-30  |  352b  |  26 lines

  1. `**********************
  2. `* P R O J E C T  < U >
  3. `*
  4. `* Author and copyright
  5. `* (c) 1996
  6. `* Paul van der Valk
  7. `*
  8. `* file: tc0003.ua
  9. `*
  10. `* Tests WriteLn() function (#3).
  11. `*
  12. `* output should read:
  13. `*   "A line"
  14. `*   "Another line",0
  15.  
  16. #1 .H 2 0 0 0
  17. #2 .M "tc0003" 10 0 0 0
  18.  
  19. #10 >12 .c 1 11
  20. #11 .s "A line"
  21.  
  22. #12 >13 .c 3 0
  23.  
  24. #13 .c 2 14
  25. #14 .s "Another line"
  26.